module.exports = function(grunt) {
	require('load-grunt-tasks')(grunt, {
		pattern: ['grunt-*', 'which']
	});
	var metadataToDeploy = {
		apexclass: ['*'],
		apexpage: ['*'],
		staticresource: ['*'],
		apextrigger: ['*'],
		apexcomponent: ['*'],
		customfield: [],
		customobject: []
	};
